ArcPad Extension Preferences File Schema
TEXTSYMBOL Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema : TEXTSYMBOL Element

Glossary Item Box

Description

Symbol used to label point, line, and polygon layers.

Diagram

TEXTSYMBOL Element

Overview

TEXTSYMBOL
Symbol used to label point, line, and polygon layers.
angle optional Restriction of xs:double
blockout optional xs:string
font optional xs:string
fontcolor optional xs:string
fontsize optional Restriction of xs:int
fontstyle optional Restriction of xs:string
horizalignment optional Restriction of xs:string
rtl optional Restriction of xs:string
vertalignment optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
angleRestriction of xs:doubleoptional0.0  
blockoutxs:stringoptionalnull  
fontxs:stringoptional   
fontcolorxs:stringoptional   
fontsizeRestriction of xs:intoptional   
fontstyleRestriction of xs:stringoptionalregular  
horizalignmentRestriction of xs:stringoptionalleft  
rtlRestriction of xs:stringoptionalfalse  
vertalignmentRestriction of xs:stringoptionaltop  

Examples

Source

<xs:element name="TEXTSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Symbol used to label point, line, and polygon layers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="0.0" ref="angle">
      <xs:annotation>
        <xs:documentation>Angle of rotation in degrees.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="blockout" />
    <xs:attribute ref="font">
      <xs:annotation>
        <xs:documentation>Font name. The name is case sensitive.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontcolor">
      <xs:annotation>
        <xs:documentation>Font color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontsize">
      <xs:annotation>
        <xs:documentation>Font size.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="regular" ref="fontstyle" />
    <xs:attribute ref="horizalignment" />
    <xs:attribute ref="rtl" />
    <xs:attribute ref="vertalignment" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.